home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Opus5.5
/
ARexx.lha
/
ARexx
/
ParentToDest.dopus5
< prev
next >
Wrap
Text File
|
1996-06-13
|
513b
|
23 lines
/* ParentToDest for Directory Opus 5.5
$VER: ParentToDest.dopus5 1.5 (13.6.96)
*** This script no longer works -- use DOpusFuncs instead! ***
*/
parse arg DOpusPort
If DOpusPort="" THEN Do
Say "Not correctly called from Directory Opus 5!"
Say "Load this ARexx script into an editor for more info."
EXIT
END
If ~Show("P",DOpusPort) Then Do
Say DOpusPort "is not a valid port."
EXIT
End
Address value DOpusPort
dopus request '"ParentToDest.dopus5 is obselete.'||'0A'x||'Use DOpusFuncs instead" OK'
EXIT